Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new event PARTICIPANT_INVITED #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

agarwhi
Copy link

@agarwhi agarwhi commented Dec 14, 2024

Issue #, if available:

Description of changes:
This change will add a handler for new event PARTICIPANT_INVITED
Currently, this event is emitted whenever an Agent invites another Agent during an ongoing chat with customer.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@agarwhi agarwhi requested a review from a team as a code owner December 14, 2024 00:40
@agarwhi agarwhi requested review from mliao95 and chauhuynh97 and removed request for a team December 14, 2024 00:40
@@ -618,6 +619,29 @@ chatSession.onTyping(event => {
Subscribes an event handler that triggers whenever a `application/vnd.amazonaws.connect.event.typing` event is created by any participant.
The `data` field has the same schema as `chatSession.onMessage()`.

##### `chatSession.onParticipantInvited()`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this feature already launched?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants